If you'd like to use your own fonts, and add some splash to your site, the CoolScroll applet may be just the ticket! Features smooth scrolling text which bounces up and down and fades in and out!
Usage: Place CoolScroll.class within your HTML directory, along with the font and background images.
Java Source: CoolScroll.java
HTML Source:
Insert This code into between the <Body> tags of your HTML Page.
Parameters | Value/Meaning |
backimage | The image to be drawn behind the scrolltext |
asciioffset | The offset between your fonts and the ASCII table. E.g: 32 means that the applet expects that all the characters typed have an ASCII value equal or greater than 32, so you don't have to draw ALL the fonts! |
fontimage | The image containing the fonts. take a look at the one i've use to understand how customize it |
fontx | The width of each letter. |
fonty | The height of each letter... |
scrollspeed | The speed of your scrolltext. I suggest a minimum of 5. |
scrolltext | Say something...(What? a hidden message?==null ;->>> |